/* #logo{
    max-height: 55px;
    max-width: 230px;
    margin: 0.5rem 0;
} */

#nav-base {
    padding: 0 1rem;
    position: absolute;
    z-index: 1000000;
    margin-top: -50px;
    min-height: 50px;
    width: 100%;
    background: rgba(182, 0, 0, 0.7);
}

.dropdown-item {
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    padding: 10px;
    /* text-transform: uppercase; */
}

.nav-spacer {
    height: 11px;
    margin: 0 7px 2px 7px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-self: center;
}

#nav-base .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 1rem 2rem;
    text-align: center;
    color: white;
}
#nav-base .nav-link:hover,  #nav-base .active .nav-link{
    background-color: white;
    color: #ae1010;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

@media (max-width: 992px) {
    #nav-base .nav-link {
        font-size: 15px;
        padding: 15px;
    }
}